* print.c (print_object): If Lisp_Save_Value object's pointer
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 26 Dec 2012 15:40:19 +0000 (19:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 26 Dec 2012 15:40:19 +0000 (19:40 +0400)
commit9ea17df6a6e0ae07139f1914d85286a3f002c0db
treee5ca13612d4e02ea0f1c8e741f2f4e218278246e
parent1e3eb16120fef66557e675b75f6c187e6c2e767e
* print.c (print_object): If Lisp_Save_Value object's pointer
is the address of a memory area containing Lisp_Objects, try
to print them.
* alloc.c (valid_lisp_object_p): Adjust comment.
src/ChangeLog
src/alloc.c
src/print.c